home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Missile Defender.swf / scripts / frame_82 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  1.3 KB  |  12 lines

  1. set("fontfx/:animate_text_clipname","computerfx");
  2. set("fontfx/:animate_text_string","SECURE TRANSMISSION FOLLOWS|FROM NORAD Command Center|TO Laser Defense Commander|SUBJECT Level 0 Threat!|Commander, this is not a drill. We have detected multiple warheads heading your way. Our intel was caught offguard and many of our communication|arrays are being jammed.|We are unable at this time to determine who is targetting us, and we have|no idea of the full extent of this attack.|Commander, we need to take control over the situation and prepare|the retaliatory actions. In the meantime, you are ordered to defend the city nearby your location. Repeat, defend the city at all costs! It will not sustain|more than 5 hits.|You will use the AATD Laser to destroy the enemy missiles while they are inflight. The laser ITTS, Instrument Target Tracking System is not functional, soyou will have to target the laser by hand. Also, please note that the laser|recharge time is 3 seconds. If you fire the laser before it is fully charged, it will not be able to destroy the warhead.|END OF TRANSMISSION");
  3. set("fontfx/:animate_text_x","50");
  4. set("fontfx/:animate_text_wrapat","600");
  5. set("fontfx/:animate_text_y","50");
  6. set("fontfx/:animate_text_tracking",- "7");
  7. set("fontfx/:animate_text_leading","20");
  8. tellTarget("/fontfx")
  9. {
  10.    gotoAndPlay(2);
  11. }
  12.